home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / psetting / pseval.exe / _SETUP.1 / Options.dfm / Options.txt
Encoding:
Text File  |  1997-10-17  |  1.4 KB  |  69 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 405
  3.   Top = 298
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 109
  8.   ClientWidth = 252
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 12
  17.     Top = 6
  18.     Width = 228
  19.     Height = 39
  20.     Caption = 
  21.       'Click the Choose Color button to set the color of this label, th' +
  22.       'e editor font, and the About Box font.'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     WordWrap = True
  29.   end
  30.   object Button1: TButton
  31.     Left = 43
  32.     Top = 77
  33.     Width = 79
  34.     Height = 22
  35.     Caption = 'Choose Color'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 134
  41.     Top = 77
  42.     Width = 75
  43.     Height = 22
  44.     Caption = 'OK'
  45.     TabOrder = 1
  46.     OnClick = Button2Click
  47.   end
  48.   object frmsOptions: TPFormSettings
  49.     CompanyName = 'Pythoness'
  50.     SoftwareName = 'MDI Sample'
  51.     RegistryRootKey = prkCurrentUser
  52.     FormSaveOpt = [pfsLeft, pfsTop]
  53.     MRULength = 0
  54.     AppSettingsCtrl = dtmMain.appsMain
  55.     Left = 211
  56.     Top = 43
  57.     Settings = (
  58.       ''
  59.       'Label1.Font.Color'
  60.       'Font Color'
  61.       False)
  62.   end
  63.   object dlgColor: TColorDialog
  64.     Ctl3D = True
  65.     Left = 20
  66.     Top = 53
  67.   end
  68. end
  69.